Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added docs for data security and encryption #2326

Merged
merged 4 commits into from
Mar 12, 2025

Conversation

dat-a-man
Copy link
Collaborator

Description

Added docs for security and encryption.

@dat-a-man dat-a-man added the documentation Improvements or additions to documentation label Feb 18, 2025
@dat-a-man dat-a-man self-assigned this Feb 18, 2025
Copy link

netlify bot commented Feb 18, 2025

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit f57b0e7
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/67ceac2999068d0008eadb67
😎 Deploy Preview https://deploy-preview-2326--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dat-a-man dat-a-man force-pushed the docs/data-security-and-encryption-measures branch from d3c6007 to 4c6adad Compare February 23, 2025 08:32
Copy link
Contributor

@AstrakhantsevaAA AstrakhantsevaAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the titles, they have a wrong style, our writing guide

@dat-a-man dat-a-man force-pushed the docs/data-security-and-encryption-measures branch from 8e90131 to f57b0e7 Compare March 10, 2025 09:08
Copy link
Contributor

@AstrakhantsevaAA AstrakhantsevaAA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

Below is an example showing how to encrypt specific fields in a nested data structure using AWS KMS before loading data with dlt. The same principle can be applied to other encryption libraries, such as Google Tink or Azure Key Vault.

:::note
For demonstration purposes, we have included "KMS_KEY_ARN", "aws_access_key_id", and "aws_secret_access_key" in the script. However, it is best practice to store these in dlt `secrets.toml` or a secure vault.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For demonstration purposes, we have included "KMS_KEY_ARN", "aws_access_key_id", and "aws_secret_access_key" in the script. However, it is best practice to store these in dlt `secrets.toml` or a secure vault.
For demonstration purposes, we have included "KMS_KEY_ARN", "aws_access_key_id", and "aws_secret_access_key" in the script. However, it is best practice to store these in dlt `secrets.toml`, ENVs or a secure vault.

@AstrakhantsevaAA AstrakhantsevaAA merged commit 868216c into devel Mar 12, 2025
67 checks passed
@AstrakhantsevaAA AstrakhantsevaAA deleted the docs/data-security-and-encryption-measures branch March 12, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants